progressbar: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 01:04:37 +0000 (20:04 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtkprogressbar.c

index 53121f32ef26a005d2d8c2410257f83d5b1bcde4..4517a85ba5ac845aac0642905497a2c99f4f7517 100644 (file)
  *
  * # CSS nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * progressbar[.osd]
  * ├── [text]
  * ╰── trough[.empty][.full]
  *     ╰── progress[.pulse]
- * ]|
+ * ```
  *
  * `GtkProgressBar` has a main CSS node with name progressbar and subnodes with
  * names text and trough, of which the latter has a subnode named progress. The